Conversation
📝 WalkthroughWalkthrough
Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3분 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
src/main/resources/application.yml (1)
98-106: 스웨거가 실제로 차단되지 않았습니다.현재 변경 사항으로는 스웨거가 차단되지 않고 기본 경로로 여전히 접근 가능합니다.
path설정만 제거했을 뿐enabled: true가 유지되고 있어서, 스웨거는 다음 기본 경로에서 계속 동작합니다:
- API 문서:
/v3/api-docs- Swagger UI:
/swagger-ui.html또는/swagger-ui/index.htmlPR 목적(
#193: 스웨거 막기)을 달성하려면 아래와 같이 수정해야 합니다.🔒 스웨거를 완전히 비활성화하는 방법
springdoc: api-docs: - enabled: true + enabled: false swagger-ui: - enabled: true + enabled: false - groups-order: DESC # 그룹 정렬 순서 - operations-sorter: method # 메소드 순서대로 정렬 - disable-swagger-default-url: true # 기본 petstore URL 끄기 - display-request-duration: true # 요청 소요 시간 표시또는 프로파일별로 제어하고 싶다면 프로덕션 환경에서만 비활성화할 수도 있습니다.
|
포티 스웨거 탐내지 마라 ㅡ , ㅡ |
📌 관련 이슈
✨ 변경 사항
📸 테스트 증명 (필수)
📚 리뷰어 참고 사항
✅ 체크리스트
Summary by CodeRabbit
릴리스 노트
✏️ Tip: You can customize this high-level summary in your review settings.